home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / wigwam.zip / UKMAPS.SCR < prev    next >
Text File  |  1992-12-06  |  3KB  |  107 lines

  1. ; Revised for TP/WigWam by William Lees 5/12/92
  2. ;**************************************************************************
  3. ;
  4. ; UK--MAPS.SCR - Script to download Accu-Weather Radar Map & Satelite Picture
  5. ;
  6. ;   Recommended Frequency:  DAILY (Downloads 80Kb worth of GIF maps)
  7. ;
  8. ;   Thomas G. Harold, CIS# 71750,3724 - 10/11/92
  9. ;
  10. ;   Interrogation sequence enquiry commands provided in RADAR.SCR by
  11. ;   []Loren Jenkins.
  12. ;
  13. ;**************************************************************************
  14. ;--------------------------------------------------------------------------
  15. E *** GET UNITED KINGDOM WEATHER MAPS ***
  16. ;--------------------------------------------------------------------------
  17. S GO USMAPS^M
  18. W USMAPS
  19. ;   Select Graphics Type
  20. ;
  21. ;   Choose the selection that best fits your PC's graphics capabilities.
  22. ;   Select instructions if you are unsure.
  23. ;
  24. ;   Type of Graphics
  25. ;
  26. ;    1 640 x 480 x 16 colors (VGA, Macintosh II)
  27. ;    2 378 x 240 x 16 colors (EGA)
  28. ;    3 320 x 200 x  4 colors (CGA, Tandy 1000)
  29. ;    4 320 x 200 x  2 colors (Hercules, Macintosh Plus or SE)
  30. ;    5 Instructions
  31. ;
  32. ;   !
  33. ;
  34. W I
  35. U #IBX,PB,+539^M
  36. W !
  37. S 1^M
  38. ;******** Select graphics type from the list
  39. ;
  40. ;
  41. ;   United States (Download mode)
  42. ;
  43. ;    1 Short-Term Weather Forecasts
  44. ;    2 U.S. National Weather Service Reports
  45. ;
  46. ;    3 Other Regions of the World
  47. ;
  48. ;    4 Radar (for 21:11 EST 11-Oct-92)
  49. ;    5 Depiction (for 21:12 EST 11-Oct-92)
  50. ;    6 CompuServe Temperatures (for 21:13 EST 11-Oct-92)
  51. ;    7 Satellite (for 21:00 EST 11-Oct-92)
  52. ;    8 Satellite - Pacific (for 18:00 EST 11-Oct-92)
  53. ;
  54. ;   MORE !
  55. ;
  56. W !
  57. S 3^M
  58. W !
  59. ;
  60. ;   Weather Maps/Reports (Download mode)
  61. ;
  62. ;    1 Australia / New Zealand
  63. ;    2 Canada
  64. ;    3 Continental Europe
  65. ;    4 United Kingdom / Ireland
  66. ;    5 Japan / Far East
  67. ;    6 United States
  68. ;
  69. ;   !
  70. ;
  71. S 4^M
  72. ;
  73. ;   United Kingdom / Ireland (Download mode)
  74. ;
  75. ;    1 Short-Term Weather Forecasts
  76. ;
  77. ;    2 Other Regions of the World
  78. ;
  79. ;    3 Satellite (for 19:00 EST 18-Oct-92)
  80. ;    4 Current Weather (for 22:00 EST 18-Oct-92)
  81. ;    5 Forecast Weather (for 19-Oct-92)
  82. ;
  83. ;   !
  84. ;
  85. ;-----------------------GRAB 1st MAP (1st map asks for protocol option
  86. ;
  87. W !
  88. S 3^M
  89. W !
  90. S 2^M
  91. W t) :
  92. S UKSAT.GIF^M
  93. ;---------------------- GRAB 2nd MAP
  94. W !
  95. S 4^M
  96. W t) :
  97. S UKCW.GIF^M
  98. ;---------------------- GRAB 3rd MAP
  99. W !
  100. S 5^M
  101. W t) :
  102. S UKFW.GIF^M
  103. ;----------------------
  104. W !
  105. ;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  106.